From 53e93a331d067acd0e90c763e505bf4d808865c1 Mon Sep 17 00:00:00 2001 From: Michael Gilbert Date: Sun, 13 Mar 2022 04:27:41 +0000 Subject: [PATCH] disable manual line wrapping in makefiles Gbp-Pq: Topic disable Gbp-Pq: Name line-wrapping.patch --- tools/makedep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/makedep.c b/tools/makedep.c index e39c0e4..18cbd6a 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -528,7 +528,7 @@ static void strarray_qsort( struct strarray *array, int (*func)(const char **, c */ static void output_filename( const char *name ) { - if (output_column + strlen(name) + 1 > 100) + if (0) { output( " \\\n" ); output( " " ); -- 2.30.2